﻿2026-07-11T03:01:15.0915926Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-11T03:01:15.0916469Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-11T03:01:15.0916929Z [36;1m$PIN = "0c95435"[0m
2026-07-11T03:01:15.0917282Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-11T03:01:15.0917683Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-11T03:01:15.0918330Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-11T03:01:15.0918978Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-11T03:01:15.0919486Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-11T03:01:15.0919967Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-11T03:01:15.0920338Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-11T03:01:15.0920792Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-11T03:01:15.0921273Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-11T03:01:15.0922488Z [36;1m}[0m
2026-07-11T03:01:15.0922706Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-11T03:01:15.0923120Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-11T03:01:15.1026430Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-11T03:01:15.1027018Z ##[endgroup]
2026-07-11T03:01:16.8989454Z    Compiling proc-macro2 v1.0.106
2026-07-11T03:01:16.8990236Z    Compiling unicode-ident v1.0.24
2026-07-11T03:01:16.8990648Z    Compiling quote v1.0.45
2026-07-11T03:01:16.8991017Z    Compiling cfg-if v1.0.4
2026-07-11T03:01:16.8992109Z    Compiling serde_core v1.0.228
2026-07-11T03:01:16.8992462Z    Compiling serde v1.0.228
2026-07-11T03:01:16.8994093Z    Compiling windows-link v0.2.1
2026-07-11T03:01:16.8994505Z    Compiling typenum v1.20.1
2026-07-11T03:01:16.8994870Z    Compiling portable-atomic v1.13.1
2026-07-11T03:01:16.8995352Z    Compiling getrandom v0.3.4
2026-07-11T03:01:16.8996014Z    Compiling pin-project-lite v0.2.17
2026-07-11T03:01:16.8998724Z    Compiling version_check v0.9.5
2026-07-11T03:01:16.9000180Z    Compiling critical-section v1.2.0
2026-07-11T03:01:16.9000598Z    Compiling shlex v2.0.1
2026-07-11T03:01:16.9002711Z    Compiling find-msvc-tools v0.1.9
2026-07-11T03:01:16.9006538Z    Compiling memchr v2.8.1
2026-07-11T03:01:16.9821358Z    Compiling windows-sys v0.61.2
2026-07-11T03:01:17.0006985Z    Compiling subtle v2.6.1
2026-07-11T03:01:17.0309449Z    Compiling futures-core v0.3.32
2026-07-11T03:01:17.0852388Z    Compiling smallvec v1.15.1
2026-07-11T03:01:17.1455788Z    Compiling equivalent v1.0.2
2026-07-11T03:01:17.2188538Z    Compiling bytes v1.11.1
2026-07-11T03:01:17.2244600Z    Compiling itoa v1.0.18
2026-07-11T03:01:17.2275457Z    Compiling semver v1.0.28
2026-07-11T03:01:17.2817744Z    Compiling stable_deref_trait v1.2.1
2026-07-11T03:01:17.3094455Z    Compiling log v0.4.32
2026-07-11T03:01:17.3502097Z    Compiling generic-array v0.14.7
2026-07-11T03:01:17.3632534Z    Compiling futures-io v0.3.32
2026-07-11T03:01:17.4276476Z    Compiling futures-sink v0.3.32
2026-07-11T03:01:17.5381616Z    Compiling rustc_version v0.4.1
2026-07-11T03:01:17.5426293Z    Compiling rand_core v0.10.1
2026-07-11T03:01:17.5456171Z    Compiling slab v0.4.12
2026-07-11T03:01:17.5626034Z    Compiling futures-channel v0.3.32
2026-07-11T03:01:17.6182049Z    Compiling hashbrown v0.17.1
2026-07-11T03:01:17.7178969Z    Compiling rustversion v1.0.22
2026-07-11T03:01:17.9018195Z    Compiling futures-task v0.3.32
2026-07-11T03:01:17.9114961Z    Compiling getrandom v0.2.17
2026-07-11T03:01:17.9564041Z    Compiling getrandom v0.4.2
2026-07-11T03:01:17.9809853Z    Compiling cpufeatures v0.2.17
2026-07-11T03:01:18.0180882Z    Compiling fnv v1.0.7
2026-07-11T03:01:18.0261574Z    Compiling libc v0.2.186
2026-07-11T03:01:18.0386768Z    Compiling strsim v0.11.1
2026-07-11T03:01:18.0581740Z    Compiling cfg_aliases v0.2.1
2026-07-11T03:01:18.2388073Z    Compiling autocfg v1.5.1
2026-07-11T03:01:18.4127171Z    Compiling jobserver v0.1.34
2026-07-11T03:01:18.4147217Z    Compiling litemap v0.8.2
2026-07-11T03:01:18.4281193Z    Compiling writeable v0.6.3
2026-07-11T03:01:18.4829201Z    Compiling ident_case v1.0.1
2026-07-11T03:01:18.4897147Z    Compiling icu_properties_data v2.2.0
2026-07-11T03:01:18.5171196Z    Compiling dunce v1.0.5
2026-07-11T03:01:18.6484532Z    Compiling cc v1.2.63
2026-07-11T03:01:18.7206591Z    Compiling icu_normalizer_data v2.2.0
2026-07-11T03:01:18.7300232Z    Compiling fs_extra v1.3.0
2026-07-11T03:01:18.8163397Z    Compiling indexmap v2.14.0
2026-07-11T03:01:18.8750098Z    Compiling utf8_iter v1.0.4
2026-07-11T03:01:18.8944587Z    Compiling percent-encoding v2.3.2
2026-07-11T03:01:18.9471610Z    Compiling syn v2.0.117
2026-07-11T03:01:19.0398033Z    Compiling crypto-common v0.1.7
2026-07-11T03:01:19.0508865Z    Compiling http v1.4.1
2026-07-11T03:01:19.0736718Z    Compiling unicode-segmentation v1.13.3
2026-07-11T03:01:19.0807278Z    Compiling cpufeatures v0.3.0
2026-07-11T03:01:19.0856572Z    Compiling aws-lc-rs v1.17.0
2026-07-11T03:01:19.1472746Z    Compiling thiserror v2.0.18
2026-07-11T03:01:19.1484323Z    Compiling scopeguard v1.2.0
2026-07-11T03:01:19.1832800Z    Compiling chacha20 v0.10.0
2026-07-11T03:01:19.2000182Z    Compiling form_urlencoded v1.2.2
2026-07-11T03:01:19.3020910Z    Compiling lock_api v0.4.14
2026-07-11T03:01:19.3571361Z    Compiling block-buffer v0.10.4
2026-07-11T03:01:19.4088121Z    Compiling bitflags v2.12.1
2026-07-11T03:01:19.5105705Z    Compiling cmake v0.1.58
2026-07-11T03:01:19.5271061Z    Compiling winapi v0.3.9
2026-07-11T03:01:19.5823861Z    Compiling untrusted v0.9.0
2026-07-11T03:01:19.6228210Z    Compiling rand v0.10.1
2026-07-11T03:01:19.6437066Z    Compiling num-traits v0.2.19
2026-07-11T03:01:19.6474698Z    Compiling windows-result v0.4.1
2026-07-11T03:01:19.8677620Z    Compiling digest v0.10.7
2026-07-11T03:01:19.8802351Z    Compiling windows-strings v0.5.1
2026-07-11T03:01:19.9794111Z    Compiling heck v0.5.0
2026-07-11T03:01:20.0314346Z    Compiling rustls v0.23.40
2026-07-11T03:01:20.0608557Z    Compiling convert_case v0.10.0
2026-07-11T03:01:20.1280701Z    Compiling const-oid v0.10.2
2026-07-11T03:01:20.2043451Z    Compiling atomic-waker v1.1.2
2026-07-11T03:01:20.2187547Z    Compiling unicode-xid v0.2.6
2026-07-11T03:01:20.2593250Z    Compiling anyhow v1.0.102
2026-07-11T03:01:20.4550975Z    Compiling zerocopy v0.8.50
2026-07-11T03:01:20.5458681Z    Compiling aws-lc-sys v0.41.0
2026-07-11T03:01:20.6311395Z    Compiling ring v0.17.14
2026-07-11T03:01:20.8026088Z    Compiling httparse v1.10.1
2026-07-11T03:01:20.8258718Z    Compiling parking_lot_core v0.9.12
2026-07-11T03:01:20.8291313Z    Compiling http-body v1.0.1
2026-07-11T03:01:20.8647256Z    Compiling curve25519-dalek v4.1.3
2026-07-11T03:01:20.8742606Z    Compiling hybrid-array v0.4.12
2026-07-11T03:01:20.8780974Z    Compiling ahash v0.8.12
2026-07-11T03:01:20.9674532Z    Compiling fastrand v2.4.1
2026-07-11T03:01:20.9947408Z    Compiling powerfmt v0.2.0
2026-07-11T03:01:21.0135713Z    Compiling either v1.16.0
2026-07-11T03:01:21.2552705Z    Compiling base64ct v1.8.3
2026-07-11T03:01:21.2953335Z    Compiling deranged v0.5.8
2026-07-11T03:01:21.3170935Z    Compiling uuid v1.23.2
2026-07-11T03:01:21.4645625Z    Compiling rand_core v0.6.4
2026-07-11T03:01:21.5711501Z    Compiling pem-rfc7468 v1.0.0
2026-07-11T03:01:21.5784840Z    Compiling try-lock v0.2.5
2026-07-11T03:01:21.5866952Z    Compiling pkg-config v0.3.33
2026-07-11T03:01:21.6794781Z    Compiling tinyvec_macros v0.1.1
2026-07-11T03:01:21.7942388Z    Compiling tower-service v0.3.3
2026-07-11T03:01:21.8817920Z    Compiling num-conv v0.2.2
2026-07-11T03:01:21.9386922Z    Compiling zmij v1.0.21
2026-07-11T03:01:21.9387356Z    Compiling data-encoding v2.11.0
2026-07-11T03:01:21.9890535Z    Compiling vcpkg v0.2.15
2026-07-11T03:01:22.0799557Z    Compiling time-core v0.1.8
2026-07-11T03:01:22.1629057Z    Compiling base64 v0.22.1
2026-07-11T03:01:22.2302914Z    Compiling tinyvec v1.11.0
2026-07-11T03:01:22.2438065Z    Compiling want v0.3.1
2026-07-11T03:01:22.2749004Z    Compiling crypto-common v0.2.2
2026-07-11T03:01:22.3045203Z    Compiling block-buffer v0.12.0
2026-07-11T03:01:22.4841281Z    Compiling parking_lot v0.12.5
2026-07-11T03:01:22.4841779Z    Compiling sha2 v0.10.9
2026-07-11T03:01:22.5238476Z    Compiling vergen-lib v9.1.0
2026-07-11T03:01:22.6106389Z    Compiling inout v0.1.4
2026-07-11T03:01:22.6319792Z    Compiling n0-future v0.3.2
2026-07-11T03:01:22.6545031Z    Compiling cordyceps v0.3.4
2026-07-11T03:01:22.6669250Z    Compiling parking v2.2.1
2026-07-11T03:01:22.8294211Z    Compiling synstructure v0.13.2
2026-07-11T03:01:22.8809118Z    Compiling darling_core v0.20.11
2026-07-11T03:01:22.8904468Z    Compiling diatomic-waker v0.2.3
2026-07-11T03:01:22.9875952Z    Compiling spin v0.10.0
2026-07-11T03:01:23.0448218Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-11T03:01:23.0583427Z    Compiling winnow v1.0.3
2026-07-11T03:01:23.0756663Z    Compiling libsqlite3-sys v0.30.1
2026-07-11T03:01:23.0940361Z    Compiling serde_json v1.0.150
2026-07-11T03:01:23.1157075Z    Compiling crossbeam-utils v0.8.21
2026-07-11T03:01:23.1730522Z    Compiling signature v2.2.0
2026-07-11T03:01:23.1745361Z    Compiling httpdate v1.0.3
2026-07-11T03:01:23.3347073Z    Compiling ed25519 v2.2.3
2026-07-11T03:01:23.3817416Z    Compiling futures-buffered v0.2.13
2026-07-11T03:01:23.5375701Z    Compiling digest v0.11.3
2026-07-11T03:01:23.6154410Z    Compiling futures-lite v2.6.1
2026-07-11T03:01:23.6177211Z    Compiling cipher v0.4.4
2026-07-11T03:01:23.6868050Z    Compiling vergen-lib v0.1.6
2026-07-11T03:01:23.7173409Z    Compiling vergen v9.1.0
2026-07-11T03:01:23.7712105Z    Compiling universal-hash v0.5.1
2026-07-11T03:01:23.8157858Z    Compiling noq-udp v0.10.0
2026-07-11T03:01:23.9190166Z    Compiling heapless v0.7.17
2026-07-11T03:01:23.9395223Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-11T03:01:24.0061221Z    Compiling sync_wrapper v1.0.2
2026-07-11T03:01:24.1846223Z    Compiling opaque-debug v0.3.1
2026-07-11T03:01:24.2158138Z    Compiling byteorder v1.5.0
2026-07-11T03:01:24.2551101Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-11T03:01:24.2551613Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-11T03:01:24.2931763Z    Compiling allocator-api2 v0.2.21
2026-07-11T03:01:24.4728430Z    Compiling hash32 v0.2.1
2026-07-11T03:01:24.4914543Z    Compiling polyval v0.6.2
2026-07-11T03:01:24.6502832Z    Compiling vergen-gitcl v1.0.8
2026-07-11T03:01:24.6723269Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-11T03:01:24.6854958Z    Compiling spin v0.9.8
2026-07-11T03:01:24.7570582Z    Compiling windows-threading v0.2.1
2026-07-11T03:01:24.7641676Z    Compiling tower-layer v0.3.3
2026-07-11T03:01:24.9206576Z    Compiling socket2 v0.6.4
2026-07-11T03:01:24.9383731Z    Compiling mio v1.2.1
2026-07-11T03:01:25.0034598Z    Compiling fallible-iterator v0.3.0
2026-07-11T03:01:25.0344674Z    Compiling signature v3.0.0
2026-07-11T03:01:25.0958444Z    Compiling ryu v1.0.23
2026-07-11T03:01:25.2321284Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-11T03:01:25.3080928Z    Compiling serde_derive v1.0.228
2026-07-11T03:01:25.3369019Z    Compiling zeroize_derive v1.4.3
2026-07-11T03:01:25.4233800Z    Compiling zerofrom-derive v0.1.7
2026-07-11T03:01:25.4462748Z    Compiling tokio-macros v2.7.0
2026-07-11T03:01:25.4466998Z    Compiling yoke-derive v0.8.2
2026-07-11T03:01:25.7332423Z    Compiling futures-macro v0.3.32
2026-07-11T03:01:25.8013502Z    Compiling zerovec-derive v0.11.3
2026-07-11T03:01:26.1131359Z    Compiling displaydoc v0.2.6
2026-07-11T03:01:26.1334588Z    Compiling zeroize v1.8.2
2026-07-11T03:01:26.1575924Z    Compiling tracing-attributes v0.1.31
2026-07-11T03:01:26.1846560Z    Compiling thiserror-impl v2.0.18
2026-07-11T03:01:26.2067989Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-11T03:01:26.2622819Z    Compiling darling_macro v0.20.11
2026-07-11T03:01:26.2960578Z    Compiling tokio v1.52.3
2026-07-11T03:01:26.5405113Z    Compiling rustls-pki-types v1.14.1
2026-07-11T03:01:26.5556606Z    Compiling derive_more-impl v2.1.1
2026-07-11T03:01:26.7349480Z    Compiling futures-util v0.3.32
2026-07-11T03:01:26.8054673Z    Compiling darling v0.20.11
2026-07-11T03:01:26.9018368Z    Compiling windows-interface v0.59.3
2026-07-11T03:01:27.0941022Z    Compiling zerofrom v0.1.8
2026-07-11T03:01:27.0943114Z    Compiling derive_builder_core v0.20.2
2026-07-11T03:01:27.1008106Z    Compiling windows-implement v0.60.2
2026-07-11T03:01:27.1314135Z    Compiling spez v0.1.2
2026-07-11T03:01:27.1659494Z    Compiling n0-error-macros v0.1.3
2026-07-11T03:01:27.3381428Z    Compiling der v0.8.0-rc.10
2026-07-11T03:01:27.4698802Z    Compiling yoke v0.8.3
2026-07-11T03:01:27.5335144Z    Compiling pin-project-internal v1.1.13
2026-07-11T03:01:27.7859008Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-11T03:01:27.8604733Z    Compiling zerovec v0.11.6
2026-07-11T03:01:27.9307482Z    Compiling zerotrie v0.2.4
2026-07-11T03:01:28.0749562Z    Compiling windows-core v0.62.2
2026-07-11T03:01:28.2135902Z    Compiling n0-error v0.1.3
2026-07-11T03:01:28.2407871Z    Compiling cobs v0.3.0
2026-07-11T03:01:28.2717761Z    Compiling postcard-derive v0.2.2
2026-07-11T03:01:28.4251253Z    Compiling derive_builder_macro v0.20.2
2026-07-11T03:01:28.4575187Z    Compiling tinystr v0.8.3
2026-07-11T03:01:28.4879292Z    Compiling potential_utf v0.1.5
2026-07-11T03:01:28.5711461Z    Compiling spki v0.8.0-rc.4
2026-07-11T03:01:28.5840439Z    Compiling ed25519-dalek v2.2.0
2026-07-11T03:01:28.7555934Z    Compiling icu_locale_core v2.2.0
2026-07-11T03:01:28.7966067Z    Compiling icu_collections v2.2.0
2026-07-11T03:01:28.8875904Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-11T03:01:28.9142350Z    Compiling spt-proto v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-11T03:01:28.9266770Z    Compiling derive_builder v0.20.2
2026-07-11T03:01:28.9509875Z    Compiling windows-future v0.3.2
2026-07-11T03:01:29.0282619Z    Compiling pin-project v1.1.13
2026-07-11T03:01:29.0447344Z    Compiling windows-collections v0.3.2
2026-07-11T03:01:29.0641334Z    Compiling windows-numerics v0.3.1
2026-07-11T03:01:29.1168771Z    Compiling proc-macro-crate v3.5.0
2026-07-11T03:01:29.4041793Z    Compiling windows-targets v0.52.6
2026-07-11T03:01:29.4788833Z    Compiling ghash v0.5.1
2026-07-11T03:01:29.5870969Z    Compiling aes v0.8.4
2026-07-11T03:01:29.6221822Z    Compiling ctr v0.9.2
2026-07-11T03:01:29.6326252Z    Compiling sha2 v0.11.0-rc.5
2026-07-11T03:01:29.6442538Z    Compiling fs2 v0.4.3
2026-07-11T03:01:29.8351004Z    Compiling icu_provider v2.2.0
2026-07-11T03:01:29.8523459Z    Compiling futures-executor v0.3.32
2026-07-11T03:01:29.8718535Z    Compiling time v0.3.47
2026-07-11T03:01:29.8729083Z    Compiling http-body-util v0.1.3
2026-07-11T03:01:29.8871119Z    Compiling aead v0.5.2
2026-07-11T03:01:29.9011317Z    Compiling ipconfig v0.3.4
2026-07-11T03:01:30.0841636Z    Compiling ipnet v2.12.0
2026-07-11T03:01:30.1159795Z    Compiling futures v0.3.32
2026-07-11T03:01:30.1555147Z    Compiling icu_properties v2.2.0
2026-07-11T03:01:30.2060490Z    Compiling icu_normalizer v2.2.0
2026-07-11T03:01:30.3206846Z    Compiling ed25519 v3.0.0-rc.4
2026-07-11T03:01:30.3280329Z    Compiling arrayvec v0.7.6
2026-07-11T03:01:30.3981177Z    Compiling widestring v1.2.1
2026-07-11T03:01:30.5518759Z    Compiling prefix-trie v0.8.4
2026-07-11T03:01:30.6698313Z    Compiling once_cell v1.21.4
2026-07-11T03:01:30.7017607Z    Compiling tokio-util v0.7.18
2026-07-11T03:01:30.9237327Z    Compiling tracing-core v0.1.36
2026-07-11T03:01:30.9698863Z    Compiling derive_more v2.1.1
2026-07-11T03:01:30.9900553Z    Compiling utf8parse v0.2.2
2026-07-11T03:01:31.1355025Z    Compiling postcard v1.1.3
2026-07-11T03:01:31.1374460Z    Compiling tower v0.5.3
2026-07-11T03:01:31.3191364Z    Compiling hashbrown v0.14.5
2026-07-11T03:01:31.3753134Z    Compiling aes-gcm v0.10.3
2026-07-11T03:01:31.4150433Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-11T03:01:31.4776064Z    Compiling tracing v0.1.44
2026-07-11T03:01:31.5642816Z    Compiling idna_adapter v1.2.2
2026-07-11T03:01:31.7522346Z    Compiling idna v1.1.0
2026-07-11T03:01:31.8698932Z    Compiling chrono v0.4.45
2026-07-11T03:01:31.9311036Z    Compiling h2 v0.4.14
2026-07-11T03:01:31.9781613Z    Compiling num_enum_derive v0.7.6
2026-07-11T03:01:32.1152688Z    Compiling hashlink v0.9.1
2026-07-11T03:01:32.1204093Z    Compiling windows v0.62.2
2026-07-11T03:01:32.1971516Z    Compiling url v2.5.8
2026-07-11T03:01:32.1981707Z    Compiling windows-sys v0.59.0
2026-07-11T03:01:32.2180854Z    Compiling data-encoding-macro v0.1.20
2026-07-11T03:01:32.2695979Z    Compiling strum_macros v0.28.0
2026-07-11T03:01:32.3194245Z    Compiling enum-assoc v1.3.0
2026-07-11T03:01:32.5796592Z    Compiling async-trait v0.1.89
2026-07-11T03:01:32.6214147Z    Compiling iroh-metrics-derive v0.4.1
2026-07-11T03:01:32.6696796Z    Compiling crossbeam-channel v0.5.15
2026-07-11T03:01:32.7632838Z    Compiling crossbeam-epoch v0.9.18
2026-07-11T03:01:32.9028333Z    Compiling rusqlite v0.32.1
2026-07-11T03:01:33.1038291Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-11T03:01:33.2348354Z    Compiling windows-registry v0.6.1
2026-07-11T03:01:33.2367486Z    Compiling blake3 v1.8.5
2026-07-11T03:01:33.3091087Z    Compiling memoffset v0.6.5
2026-07-11T03:01:33.4001902Z    Compiling noq v0.18.0
2026-07-11T03:01:33.5570921Z    Compiling netwatch v0.16.0
2026-07-11T03:01:33.7047095Z    Compiling acto v0.8.2
2026-07-11T03:01:33.7702549Z    Compiling mac-addr v0.3.0
2026-07-11T03:01:33.7731928Z    Compiling foldhash v0.2.0
2026-07-11T03:01:33.8088013Z    Compiling sorted-index-buffer v0.2.1
2026-07-11T03:01:33.8254054Z    Compiling lru-slab v0.1.2
2026-07-11T03:01:33.9063117Z    Compiling thiserror v1.0.69
2026-07-11T03:01:33.9405244Z    Compiling spt-store v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-11T03:01:33.9526008Z    Compiling ref-cast v1.0.25
2026-07-11T03:01:34.0045429Z    Compiling rustc-hash v2.1.2
2026-07-11T03:01:34.0113119Z    Compiling identity-hash v0.1.0
2026-07-11T03:01:34.0290550Z    Compiling xml-rs v0.8.28
2026-07-11T03:01:34.0360754Z    Compiling tagptr v0.2.0
2026-07-11T03:01:34.1757873Z    Compiling moka v0.12.15
2026-07-11T03:01:34.2531525Z    Compiling netdev v0.42.0
2026-07-11T03:01:34.2594939Z    Compiling hashbrown v0.16.1
2026-07-11T03:01:34.6496798Z    Compiling xmltree v0.10.3
2026-07-11T03:01:34.8418890Z    Compiling num_enum v0.7.6
2026-07-11T03:01:34.9686830Z    Compiling iroh-metrics v0.38.3
2026-07-11T03:01:35.9277652Z    Compiling tower-http v0.6.11
2026-07-11T03:01:35.9283106Z    Compiling iroh-base v0.98.0
2026-07-11T03:01:35.9822152Z    Compiling attohttpc v0.30.1
2026-07-11T03:01:35.9822631Z    Compiling iroh-relay v0.98.0
2026-07-11T03:01:36.0660859Z    Compiling n0-watcher v0.6.1
2026-07-11T03:01:36.1490731Z    Compiling tokio-stream v0.1.18
2026-07-11T03:01:36.2004170Z    Compiling serde_spanned v0.6.9
2026-07-11T03:01:36.2627588Z    Compiling hyper v1.10.1
2026-07-11T03:01:36.3331495Z    Compiling strum v0.28.0
2026-07-11T03:01:36.3455607Z    Compiling toml_datetime v0.6.11
2026-07-11T03:01:36.3820511Z    Compiling ref-cast-impl v1.0.25
2026-07-11T03:01:36.5101960Z    Compiling thiserror-impl v1.0.69
2026-07-11T03:01:36.5918375Z    Compiling spt-msg v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-11T03:01:36.6864045Z    Compiling serde_derive_internals v0.29.1
2026-07-11T03:01:36.7333506Z    Compiling simple-dns v0.9.3
2026-07-11T03:01:36.7490946Z    Compiling serial-core v0.4.0
2026-07-11T03:01:36.7703542Z    Compiling aho-corasick v1.1.4
2026-07-11T03:01:37.0376132Z    Compiling resolv-conf v0.7.6
2026-07-11T03:01:37.0663263Z    Compiling smol_str v0.1.24
2026-07-11T03:01:37.3197572Z    Compiling simdutf8 v0.1.5
2026-07-11T03:01:37.3625150Z    Compiling regex-syntax v0.8.10
2026-07-11T03:01:37.3796361Z    Compiling toml_write v0.1.2
2026-07-11T03:01:37.6324475Z    Compiling hyper-util v0.1.20
2026-07-11T03:01:37.6542559Z    Compiling winnow v0.7.15
2026-07-11T03:01:37.6863276Z    Compiling sha1_smol v1.0.1
2026-07-11T03:01:37.9573542Z    Compiling constant_time_eq v0.4.2
2026-07-11T03:01:38.0494414Z    Compiling arrayref v0.3.9
2026-07-11T03:01:38.1224127Z    Compiling winreg v0.10.1
2026-07-11T03:01:38.1982648Z    Compiling schemars_derive v1.2.1
2026-07-11T03:01:38.2377822Z    Compiling iroh-dns v0.98.0
2026-07-11T03:01:38.7612240Z    Compiling serial-windows v0.4.0
2026-07-11T03:01:38.9740302Z    Compiling lru v0.16.4
2026-07-11T03:01:38.9902311Z    Compiling webpki-roots v1.0.7
2026-07-11T03:01:39.0356098Z    Compiling seize v0.5.1
2026-07-11T03:01:39.0697726Z    Compiling darling_core v0.23.0
2026-07-11T03:01:39.1746966Z    Compiling hmac v0.12.1
2026-07-11T03:01:39.2118063Z    Compiling igd-next v0.17.1
2026-07-11T03:01:39.2854329Z    Compiling serde_bytes v0.11.19
2026-07-11T03:01:39.3790458Z    Compiling regex-automata v0.4.14
2026-07-11T03:01:39.4718985Z    Compiling iroh v0.98.2
2026-07-11T03:01:39.4901093Z    Compiling dyn-clone v1.0.20
2026-07-11T03:01:39.5109636Z    Compiling bitflags v1.3.2
2026-07-11T03:01:39.6219404Z    Compiling toml_edit v0.22.27
2026-07-11T03:01:39.6219964Z    Compiling cmov v0.5.4
2026-07-11T03:01:39.6825156Z    Compiling lazy_static v1.5.0
2026-07-11T03:01:39.7250081Z    Compiling anstyle v1.0.14
2026-07-11T03:01:39.8777204Z    Compiling pin-utils v0.1.0
2026-07-11T03:01:39.8979370Z    Compiling once_cell_polyfill v1.70.2
2026-07-11T03:01:40.0019792Z    Compiling anstyle-wincon v3.0.11
2026-07-11T03:01:40.0322910Z    Compiling nix v0.25.1
2026-07-11T03:01:40.0716821Z    Compiling ctutils v0.4.2
2026-07-11T03:01:40.0835619Z    Compiling shared_library v0.1.9
2026-07-11T03:01:40.0965916Z    Compiling hkdf v0.12.4
2026-07-11T03:01:40.2262330Z    Compiling papaya v0.2.4
2026-07-11T03:01:40.2848320Z    Compiling schemars v1.2.1
2026-07-11T03:01:40.3076115Z    Compiling serial v0.4.0
2026-07-11T03:01:40.3077198Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-11T03:01:40.4128630Z    Compiling filedescriptor v0.8.3
2026-07-11T03:01:40.4303861Z    Compiling anstyle-parse v1.0.0
2026-07-11T03:01:40.4624744Z    Compiling backon v1.6.0
2026-07-11T03:01:40.4727474Z    Compiling anstyle-query v1.1.5
2026-07-11T03:01:40.6738895Z    Compiling vte_generate_state_changes v0.1.2
2026-07-11T03:01:40.6989232Z    Compiling foldhash v0.1.5
2026-07-11T03:01:40.7086743Z    Compiling downcast-rs v1.2.1
2026-07-11T03:01:40.7429889Z    Compiling paste v1.0.15
2026-07-11T03:01:40.8063447Z    Compiling colorchoice v1.0.5
2026-07-11T03:01:40.8459413Z    Compiling shell-words v1.1.1
2026-07-11T03:01:40.9676935Z    Compiling is_terminal_polyfill v1.70.2
2026-07-11T03:01:40.9814890Z    Compiling instability v0.3.12
2026-07-11T03:01:41.0203180Z    Compiling portable-pty v0.8.1
2026-07-11T03:01:41.0967480Z    Compiling anstream v1.0.0
2026-07-11T03:01:41.1361405Z    Compiling hashbrown v0.15.5
2026-07-11T03:01:41.2084852Z    Compiling vte v0.13.1
2026-07-11T03:01:41.3427455Z    Compiling spake2 v0.4.0
2026-07-11T03:01:41.4192784Z    Compiling strum_macros v0.26.4
2026-07-11T03:01:41.6774873Z    Compiling wmi v0.18.4
2026-07-11T03:01:41.7221526Z    Compiling regex v1.12.3
2026-07-11T03:01:41.7563840Z    Compiling toml v0.8.23
2026-07-11T03:01:41.8351574Z    Compiling terminal_size v0.4.4
2026-07-11T03:01:42.0568261Z    Compiling crossterm_winapi v0.9.1
2026-07-11T03:01:42.0854136Z    Compiling itertools v0.13.0
2026-07-11T03:01:42.4225117Z    Compiling spt-runtime v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-11T03:01:42.5465041Z    Compiling sha1 v0.10.6
2026-07-11T03:01:42.5872977Z    Compiling darling_macro v0.23.0
2026-07-11T03:01:42.8907821Z    Compiling castaway v0.2.4
2026-07-11T03:01:42.8965592Z    Compiling doctest-file v1.1.1
2026-07-11T03:01:43.0496465Z    Compiling clap_lex v1.1.0
2026-07-11T03:01:43.0548116Z    Compiling darling v0.23.0
2026-07-11T03:01:43.0552722Z    Compiling recvmsg v1.0.0
2026-07-11T03:01:43.3804199Z    Compiling static_assertions v1.1.0
2026-07-11T03:01:43.4232470Z    Compiling portmapper v0.16.0
2026-07-11T03:01:43.4268799Z    Compiling unicode-width v0.1.14
2026-07-11T03:01:43.4707277Z    Compiling indoc v2.0.7
2026-07-11T03:01:43.5394318Z    Compiling compact_str v0.8.2
2026-07-11T03:01:43.7230752Z    Compiling strum v0.26.3
2026-07-11T03:01:43.7636768Z    Compiling unicode-truncate v1.1.0
2026-07-11T03:01:43.7718710Z    Compiling interprocess v2.4.2
2026-07-11T03:01:43.8728164Z    Compiling clap_builder v4.6.0
2026-07-11T03:01:43.9054260Z    Compiling crossterm v0.28.1
2026-07-11T03:01:43.9520197Z    Compiling spt-term v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-11T03:01:44.4742193Z    Compiling lru v0.12.5
2026-07-11T03:01:44.8305772Z    Compiling clap_derive v4.6.1
2026-07-11T03:01:44.9253112Z    Compiling spt-live v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-11T03:01:45.2159891Z    Compiling cassowary v0.3.0
2026-07-11T03:01:45.2188665Z    Compiling unicode-width v0.2.0
2026-07-11T03:01:45.4320853Z    Compiling error-code v3.3.2
2026-07-11T03:01:45.4940612Z    Compiling nucleo-matcher v0.3.1
2026-07-11T03:01:45.5173112Z    Compiling qrcode v0.14.1
2026-07-11T03:01:45.5396834Z    Compiling ratatui v0.29.0
2026-07-11T03:01:45.5563360Z    Compiling tempfile v3.27.0
2026-07-11T03:01:45.6086122Z    Compiling clipboard-win v5.4.1
2026-07-11T03:01:47.1348243Z    Compiling clap v4.6.1
2026-07-11T03:02:00.2225549Z    Compiling rustls-webpki v0.103.13
2026-07-11T03:02:02.7124640Z    Compiling tokio-rustls v0.26.4
2026-07-11T03:02:02.7124989Z    Compiling noq-proto v0.17.0
2026-07-11T03:02:02.7125299Z    Compiling rustls-platform-verifier v0.7.0
2026-07-11T03:02:02.8608031Z    Compiling hyper-rustls v0.27.9
2026-07-11T03:02:02.8608439Z    Compiling hickory-net v0.26.0-beta.4
2026-07-11T03:02:02.8608817Z    Compiling tokio-websockets v0.13.2
2026-07-11T03:02:03.0197614Z    Compiling reqwest v0.13.4
2026-07-11T03:02:04.0474006Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-11T03:02:21.8157602Z    Compiling spt-net v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-11T03:02:23.3094018Z    Compiling spt-daemon v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-11T03:02:33.7522286Z    Compiling spt v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-11T03:02:42.0386561Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
2026-07-11T03:02:42.0668247Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-da9a758a4911d202.exe)
2026-07-11T03:02:42.1477068Z 
2026-07-11T03:02:42.1477287Z running 1 test
2026-07-11T03:02:49.3875455Z test new_brain_serves_against_old_broker ... ok
2026-07-11T03:02:49.3875680Z 
2026-07-11T03:02:49.3875954Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.24s
2026-07-11T03:02:49.3876219Z 
